<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Uploader Styles */

.pa_photolist li { display: inline; float: left; margin-left: 10px; margin-bottom: 10px; }

.progressWrapper { width: 357px; overflow: hidden; background-color: #000; }

.progressContainer { margin: 1px; padding: 4px; border: solid 1px #E8E8E8; background-color: #F7F7F7; overflow: hidden; }

.progressBarInProgress,
.progressBarComplete,
.progressBarError { font-size: 0px; width: 0%; height: 2px; background-color: blue; text-align: left; margin-top: 2px; float: left; }
.progressBarComplete { width: 100%; background-color: green; visibility: hidden; }
.progressBarError { width: 100%; background-color: red; visibility: hidden; }
.progressBarStatus { margin-top: 2px; text-align: left; white-space: nowrap; }
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover { font-size: 0px; display: block; height: 14px; width: 14px; background-image: url(Images/Uploader/cancelbutton.gif); background-repeat: no-repeat; background-position: -14px 0px; float: right; }
    a.progressCancel:hover { background-position: 0px 0px; }

#ColorPickerDiv { display: block; display: none; position: relative; border: 1px solid #777; background: #fff; }

    #ColorPickerDiv TD.color { cursor: pointer; font-size: xx-small; font-family: 'Arial', 'Microsoft Sans Serif'; }
        #ColorPickerDiv TD.color label { cursor: pointer; }

.ColorPickerDivSample { margin: 0px 0px 0px 4px; border: solid 1px #000; padding: 0px 10px; position: relative; cursor: pointer; }


#tabs-myarticles { padding-top: 10px; }
/*ADMIN OPTIONS*/
.admin-options-news ul { margin: 0; }
    .admin-options-news ul li { overflow: hidden; }
/*.icon-admin-options {
    float: right;
}*/
/*.icon-admin-options a{ display: table; width: 35px; height: 35px; }*/
.admin-options-news .icon-admin-options { border: 6px solid rgba(0, 0, 0, 0.3); border-radius: 50%; width: 75px; height: 75px; margin: 20px auto; display: block; text-align: center; top: 10px; left: 0; right: 0; z-index: 5; box-shadow: 0 0 0 0px rgba(255,255,255,0.5), 0 0 0 0px rgba(3, 108, 129, 0.5); }
    .admin-options-news .icon-admin-options i { color: #000; font-size: 2.5em; line-height: 60px; }
.admin-options-news ul li .box-admin-options { min-height: 235px; background: #e6e5e5; position: relative; overflow: hidden; box-shadow: 0 5px 11px -5px rgba(0,0,0,0.4); min-height: 235px; border-bottom: 3px solid #c3c1c1; margin-bottom: 30px; }
.admin-options-news .text-admin-options span { text-align: center; display: block; padding: 0 15px; line-height: 20px; color: #403b3b; font-weight: normal; }
.box-admin-options:hover .icon-admin-options { animation: shady 4s linear infinite; }

@keyframes shady {
    0% { box-shadow: 0 0 0 0px rgba(255,255,255,0.5), 0 0 0 0px rgba(3, 108, 129, 0.5); }
    20% { box-shadow: 0 0 0 100px rgba(255,255,255,0), 0 0 0 0px rgba(3, 108, 129, 0); }
    20.1% { box-shadow: 0 0 0 0px rgba(255,255,255,0.5), 0 0 0 0px rgba(3, 108, 129, 0.5); }
    50% { box-shadow: 0 0 0 0px rgba(255,255,255,0.5), 0 0 0 0px rgba(3, 108, 129, 0.5); }
    70% { box-shadow: 0 0 0 100px rgba(255,255,255,0), 0 0 0 0px rgba(3, 108, 129, 0); }
    70.1% { box-shadow: 0 0 0 0px rgba(255,255,255,0.5), 0 0 0 0px rgba(3, 108, 129, 0.5); }
    100% { box-shadow: 0 0 0 0px rgba(255,255,255,0.5), 0 0 0 0px rgba(3, 108, 129, 0.5); }
}

/*file manager*/
.link-file-manager { overflow: hidden; height: 200px; position: relative; text-align: center; width: 100%; border: 1px solid #ddd; margin-bottom: 30px; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }

    .link-file-manager img { width: 100px; height: 100px; margin: 15px 0; object-fit: contain; }

    .link-file-manager span { font-size: 11px; display: block; padding: 5px; word-break: break-word; color: #000; }
.btns-file-manager { margin-bottom: 15px; }
.link-file-manager a { display: block; height: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.link-file-manager:hover { background: #f9f9f9; }
.link-file-manager a.selected { background: #f9f9f9; display: block; height: 100%; position: relative; }

.images-file-manager { overflow: auto; height: 465px; border: 1px solid #ddd; margin-bottom: 30px; }

    .images-file-manager .panel { box-shadow: none; -webkit-box-shadow: none; border: none; }
.link-file-manager .checkbox-file-manager { position: absolute; padding: 0 5px; top: 0; right: 0; }

.link-file-manager .download-file-manager { position: absolute; left: 0; padding: 0 5px; top: 3px; color: #5cb85c; }
.download-file-manager a:hover { background: none; }
/*pagination*/
td.right { text-align: right; }
table .btn-xs { padding: 2px 5px; }
table.table td { vertical-align: middle !important; }
.table-height { min-height: 300px; }
table.PagerContainerTable { margin: 30px auto; }
.box-tab-popup, .nav-tabs { margin: 0; }
td.PagerInfoCell { padding: 2px 10px 5px; line-height: 0; background: #ddd; border-left: 1px solid #337ab7; }
td.PagerCurrentPageCell span { display: block; padding: 0 15px; cursor: no-drop; background: #337ab7; color: #fff; border: 1px solid #337ab7; }
td.PagerCurrentPageCell, td.PagerOtherPageCells { display: inline-block; padding: 0; height: 31px; }
td.PagerCurrentPageCell { line-height: 29px; }
td.PagerOtherPageCells a { display: block; padding: 0 15px; border: 1px solid #337ab7; border-right: none; height: 31px; line-height: 31px; text-align: center; transition: all .3s linear; color: #010101; }
.button-right a.btn-sq, .launchButton-print { width: 85px; height: 85px; }
td.PagerOtherPageCells a:hover { background: #dedddd; }
td.PagerOtherPageCells a i { line-height: 30px; color: #337ab7; }
.wrapper-popup { background: #f2f2f2; }
.tab-content { overflow: hidden; -moz-box-shadow: 0 1px 6px rgba(0,0,0,.125); padding: 0; margin: 0; border-width: 1px; background: #fff; position: relative; border-color: #CECECE; border-style: solid; }
a.btn-plus { margin: 27px 0 0; }
td.PagerSSCCells a { display: block; padding: 0 15px; border: 1px solid #337ab7; border-right: none; height: 31px; line-height: 31px; text-align: center; transition: all .3s linear; color: #010101; }
.page-header h1 span { font-size: 18px; }

/*captcha*/
.captcha-box { position: relative; }
    .captcha-box img { position: absolute; left: 0; z-index: 9; }
    .captcha-box .input-group-addon { border-radius: 0; background-color: #e2e2e2; border: none; }
    .captcha-box input[type="text"] { height: 50px; border: 2px solid #e2e2e2; box-shadow: none; border-radius: 0; }
</pre></body></html>